home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / AUTO2.Dxr / 00170_47ÉrÉwÉCÉrÉA.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  132 b   |  10 lines

  1. on mouseDown
  2.   global x
  3.   if x = 83 then
  4.     return 
  5.   else
  6.     set the memberNum of sprite x to 47
  7.     set x to x + 1
  8.   end if
  9. end
  10.